From: Mattias EngdegÄrd Date: Mon, 29 Apr 2024 09:44:48 +0000 (+0200) Subject: ; * doc/lispref/objects.texi (Type Predicates): fix xrefs X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~1738 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=f906ce5543818f2cba08dd2c7b94e4ba566ce64c;p=emacs.git ; * doc/lispref/objects.texi (Type Predicates): fix xrefs --- diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index cf703aba9c8..ec6ab8204d6 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi @@ -2036,7 +2036,7 @@ with references to further information. @xref{Array Functions, arrayp}. @item bignump -@xref{Predicates on Numbers, floatp}. +@xref{Predicates on Numbers, bignump}. @item bool-vector-p @xref{Bool-Vectors, bool-vector-p}. @@ -2078,7 +2078,7 @@ with references to further information. @xref{Variable Definitions, custom-variable-p}. @item fixnump -@xref{Predicates on Numbers, floatp}. +@xref{Predicates on Numbers, fixnump}. @item floatp @xref{Predicates on Numbers, floatp}.